* alloc.c (mark_buffer): Simplify. Remove prototype.
authorDmitry Antipov <dmantipov@yandex.ru>
Mon, 2 Jul 2012 06:23:15 +0000 (10:23 +0400)
committerDmitry Antipov <dmantipov@yandex.ru>
Mon, 2 Jul 2012 06:23:15 +0000 (10:23 +0400)
commitea2151a8428b72149ef478c2c42a35dcd5a96255
tree1d5c637a09d2d2ba1b3d92dea8b99c6ea689bac8
parentd6f2775b41237b71573de4949be308cca3600859
* alloc.c (mark_buffer): Simplify.  Remove prototype.
(mark_object): Add comment.  Reorganize marking of vector-like
objects.  Use CHECK_LIVE for all vector-like ojects except buffers
and subroutines when GC_CHECK_MARKED_OBJECTS is defined.  Avoid
redundant calls to mark_vectorlike for bool vectors.
src/ChangeLog
src/alloc.c